home *** CD-ROM | disk | FTP | other *** search
- object SBSDWSCService: TSBSDWSCService
- OldCreateOrder = False
- OnCreate = ServiceCreate
- OnDestroy = ServiceDestroy
- DisplayName = 'SBSD Security Center Service'
- StartType = stSystem
- BeforeUninstall = ServiceBeforeUninstall
- OnContinue = ServiceContinue
- OnPause = ServicePause
- OnStart = ServiceStart
- OnStop = ServiceStop
- Height = 150
- Width = 215
- object timerCheck: TTimer
- Enabled = False
- Interval = 60000
- OnTimer = timerCheckTimer
- Left = 120
- Top = 32
- end
- end
-